home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / MsgTrans / DLLDef next >
Text File  |  1995-08-23  |  470b  |  37 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.MsgTrans"
  6.   version 1.02
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   MsgTrans_LookupPS
  14.   msgtrans__list
  15.   MsgTrans_ReportPS
  16.   MessageTrans_CloseFile
  17.   MessageTrans_FileInfo
  18.   MsgTrans_LoseFile
  19.   MsgTrans_LoadFile
  20.   MessageTrans_Lookup
  21.   MessageTrans_OpenFile
  22. }
  23.  
  24. ; --- Object files ---
  25.  
  26. objects
  27. {
  28.   o.ReportPS
  29.   o.OpenFile
  30.   o.LookupPS
  31.   o.FileInfo
  32.   o.CloseFile
  33.   o.Lookup
  34.   o.LoseFile
  35.   o.LoadFile
  36. }
  37.